home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / sndvnt11.rdm < prev    next >
Text File  |  1996-02-22  |  3KB  |  83 lines

  1. Short:    Send Thor Events/Get News (with retry)
  2. Author:   roy@ebrown.demon.co.uk (Roy Brown)
  3. Uploader: roy@ebrown.demon.co.uk (Roy Brown)
  4. Type:     comm/mail
  5. Replaces: SendEvents.lha
  6.  
  7.  
  8. Sends Thor Events and/or gets News and Mail without the use of ConnectThor. The
  9. script now supports POP3 and SMTP mail systems (user definable).It checks for
  10. any active Thor events and if any are found then a requester pops offering
  11. several choices;
  12.  
  13.      POP3                   SMTP
  14.  
  15.   1. Do All             1. Send Events
  16.   2. Send Events        2. Get News
  17.   3. Get Mail           3. Do Both
  18.   4. Get News           4. Cancel
  19.   5. Get Both
  20.   6  Cancel
  21.  
  22. It's fairly self-explainatory as to what each option does.
  23.  
  24. The script calls SendTCP to send events (naturally) and GetTCP to fetch the
  25. News (both systems) and Mail (POP3 only). If your Mail/News Server is busy, the
  26. script will keep trying for the number of times set in the 'MaxTries' variable.
  27.  
  28. If there are no events waiting then a requester will pop up allowing you to
  29. collect news (both systems) and/or mail (POP3 only).
  30.  
  31. NOTES:
  32.  
  33. 1. GetTCP uses the GETONLY parameter. News is not parsed into the database once
  34.    fetched. This allows you to go off-line before parsing into the database.
  35.    (Use GetTCP PARSEONLY to parse News and PARSEUUCP to parse your mail - see
  36.    Thor docs). This works for me using a SMTP system. POP3 mail is parsed by
  37.    GetTCP (I think).
  38.  
  39. 2. Thor does not need to be running to use this script. I use it from a button
  40.    (in DOpus 5) from the Workbench. It would not be too difficult to incorporate
  41.    it into the Link script.
  42.  
  43. 5. This script requires the following (not included in archive):
  44.  
  45.    Kickstart 2.04 or higher
  46.    rexxreqtools.library
  47.    reqtools.library    }    These two are used by rexxreqtools.library
  48.    rexxsyslib.library  }     
  49.    SendTCP and GetTCP       These are part of the Thor package
  50.                             (Aminet/comm/mail/thor222_#?.lha (3 files))
  51.  
  52. History
  53.  
  54. V1.1   More or less a complete re-write. Following a suggestion from the Thor
  55.        Team (thanks Petter), the script handles the search for events much
  56.        better. It will now tell you if there are any active events waiting.
  57.  
  58.        It now supports both SMTP and POP3 mail systems. Set the correct system
  59.        in the variable (Mailtype) near the top of the script.
  60.  
  61. V1.01  Added new variable (CmdPath) to set the path to SendTCP and GetTCP
  62.  
  63.        Added a new requester that pops up if no events are waiting.
  64.         .
  65.        Neglected to point out in note 5 (above) that you also need the
  66.        the following libraries which are part of the Thor package (sorry)
  67.  
  68.            bbsread.library                       Thor is
  69.            utgui.library       Copyright (C) 1993-1995 Ultima Thule Software,
  70.            utnet.library                   All Rights Reserved.
  71.                                       (And is an excellent program)
  72.  
  73.        But then if you have Thor Events waiting, these should be no trouble. :))
  74.        If you haven't got Thor installed - why not!!
  75.  
  76.        You also need to have AREXX operational.
  77.  
  78. V1.0    First public release (a bit premature)
  79.  
  80. This script is Freeware - do with it as you see fit.
  81.  
  82. Any comments or bugs, please E-Mail me.
  83.